3.3.93 \(\int (a+a \sin (e+f x)) \sqrt {c-c \sin (e+f x)} \, dx\) [293]

Optimal. Leaf size=34 \[ \frac {2 a c^2 \cos ^3(e+f x)}{3 f (c-c \sin (e+f x))^{3/2}} \]

[Out]

2/3*a*c^2*cos(f*x+e)^3/f/(c-c*sin(f*x+e))^(3/2)

________________________________________________________________________________________

Rubi [A]
time = 0.06, antiderivative size = 34, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {2815, 2752} \begin {gather*} \frac {2 a c^2 \cos ^3(e+f x)}{3 f (c-c \sin (e+f x))^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + a*Sin[e + f*x])*Sqrt[c - c*Sin[e + f*x]],x]

[Out]

(2*a*c^2*Cos[e + f*x]^3)/(3*f*(c - c*Sin[e + f*x])^(3/2))

Rule 2752

Int[(cos[(e_.) + (f_.)*(x_)]*(g_.))^(p_)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_), x_Symbol] :> Simp[b*(g*C
os[e + f*x])^(p + 1)*((a + b*Sin[e + f*x])^(m - 1)/(f*g*(m - 1))), x] /; FreeQ[{a, b, e, f, g, m, p}, x] && Eq
Q[a^2 - b^2, 0] && EqQ[2*m + p - 1, 0] && NeQ[m, 1]

Rule 2815

Int[((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_.)*((c_) + (d_.)*sin[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> Di
st[a^m*c^m, Int[Cos[e + f*x]^(2*m)*(c + d*Sin[e + f*x])^(n - m), x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] &&
EqQ[b*c + a*d, 0] && EqQ[a^2 - b^2, 0] && IntegerQ[m] &&  !(IntegerQ[n] && ((LtQ[m, 0] && GtQ[n, 0]) || LtQ[0,
 n, m] || LtQ[m, n, 0]))

Rubi steps

\begin {align*} \int (a+a \sin (e+f x)) \sqrt {c-c \sin (e+f x)} \, dx &=(a c) \int \frac {\cos ^2(e+f x)}{\sqrt {c-c \sin (e+f x)}} \, dx\\ &=\frac {2 a c^2 \cos ^3(e+f x)}{3 f (c-c \sin (e+f x))^{3/2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [B] Leaf count is larger than twice the leaf count of optimal. \(71\) vs. \(2(34)=68\).
time = 0.09, size = 71, normalized size = 2.09 \begin {gather*} \frac {2 a \left (\cos \left (\frac {1}{2} (e+f x)\right )+\sin \left (\frac {1}{2} (e+f x)\right )\right )^3 \sqrt {c-c \sin (e+f x)}}{3 f \left (\cos \left (\frac {1}{2} (e+f x)\right )-\sin \left (\frac {1}{2} (e+f x)\right )\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + a*Sin[e + f*x])*Sqrt[c - c*Sin[e + f*x]],x]

[Out]

(2*a*(Cos[(e + f*x)/2] + Sin[(e + f*x)/2])^3*Sqrt[c - c*Sin[e + f*x]])/(3*f*(Cos[(e + f*x)/2] - Sin[(e + f*x)/
2]))

________________________________________________________________________________________

Maple [A]
time = 1.33, size = 47, normalized size = 1.38

method result size
default \(-\frac {2 \left (\sin \left (f x +e \right )-1\right ) c \left (1+\sin \left (f x +e \right )\right )^{2} a}{3 \cos \left (f x +e \right ) \sqrt {c -c \sin \left (f x +e \right )}\, f}\) \(47\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+a*sin(f*x+e))*(c-c*sin(f*x+e))^(1/2),x,method=_RETURNVERBOSE)

[Out]

-2/3*(sin(f*x+e)-1)*c*(1+sin(f*x+e))^2*a/cos(f*x+e)/(c-c*sin(f*x+e))^(1/2)/f

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sin(f*x+e))*(c-c*sin(f*x+e))^(1/2),x, algorithm="maxima")

[Out]

integrate((a*sin(f*x + e) + a)*sqrt(-c*sin(f*x + e) + c), x)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 86 vs. \(2 (32) = 64\).
time = 0.35, size = 86, normalized size = 2.53 \begin {gather*} -\frac {2 \, {\left (a \cos \left (f x + e\right )^{2} - a \cos \left (f x + e\right ) - {\left (a \cos \left (f x + e\right ) + 2 \, a\right )} \sin \left (f x + e\right ) - 2 \, a\right )} \sqrt {-c \sin \left (f x + e\right ) + c}}{3 \, {\left (f \cos \left (f x + e\right ) - f \sin \left (f x + e\right ) + f\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sin(f*x+e))*(c-c*sin(f*x+e))^(1/2),x, algorithm="fricas")

[Out]

-2/3*(a*cos(f*x + e)^2 - a*cos(f*x + e) - (a*cos(f*x + e) + 2*a)*sin(f*x + e) - 2*a)*sqrt(-c*sin(f*x + e) + c)
/(f*cos(f*x + e) - f*sin(f*x + e) + f)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} a \left (\int \sqrt {- c \sin {\left (e + f x \right )} + c} \sin {\left (e + f x \right )}\, dx + \int \sqrt {- c \sin {\left (e + f x \right )} + c}\, dx\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sin(f*x+e))*(c-c*sin(f*x+e))**(1/2),x)

[Out]

a*(Integral(sqrt(-c*sin(e + f*x) + c)*sin(e + f*x), x) + Integral(sqrt(-c*sin(e + f*x) + c), x))

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 71 vs. \(2 (32) = 64\).
time = 0.49, size = 71, normalized size = 2.09 \begin {gather*} -\frac {\sqrt {2} {\left (3 \, a \cos \left (-\frac {1}{4} \, \pi + \frac {1}{2} \, f x + \frac {1}{2} \, e\right ) \mathrm {sgn}\left (\sin \left (-\frac {1}{4} \, \pi + \frac {1}{2} \, f x + \frac {1}{2} \, e\right )\right ) + a \cos \left (-\frac {3}{4} \, \pi + \frac {3}{2} \, f x + \frac {3}{2} \, e\right ) \mathrm {sgn}\left (\sin \left (-\frac {1}{4} \, \pi + \frac {1}{2} \, f x + \frac {1}{2} \, e\right )\right )\right )} \sqrt {c}}{3 \, f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sin(f*x+e))*(c-c*sin(f*x+e))^(1/2),x, algorithm="giac")

[Out]

-1/3*sqrt(2)*(3*a*cos(-1/4*pi + 1/2*f*x + 1/2*e)*sgn(sin(-1/4*pi + 1/2*f*x + 1/2*e)) + a*cos(-3/4*pi + 3/2*f*x
 + 3/2*e)*sgn(sin(-1/4*pi + 1/2*f*x + 1/2*e)))*sqrt(c)/f

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \left (a+a\,\sin \left (e+f\,x\right )\right )\,\sqrt {c-c\,\sin \left (e+f\,x\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + a*sin(e + f*x))*(c - c*sin(e + f*x))^(1/2),x)

[Out]

int((a + a*sin(e + f*x))*(c - c*sin(e + f*x))^(1/2), x)

________________________________________________________________________________________